home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / comps / readme.txt < prev   
Text File  |  1995-12-22  |  2KB  |  37 lines

  1. First of all I would like to say that it has been a most enjoyable experience to use
  2. Delphi.  I have designed and used quite a few programming environments and Delphi is
  3. something to be proud of.  And its a hell of a first release, I wish my first release
  4. software worked as nice.  There is no argument that the program has its flaws and that
  5. the documentation still needs some work BUT on the whole its a great system.
  6. Congratulations go to the design team.
  7.  
  8. I have been doing wonderful things here with Delphi.  I have been programming components
  9. like a mad man, fun fun fun.  They range from transparent buttons to dynamic object
  10. cursors and extended list and list boxes to a geometry based layout engine.  I have even
  11. sent examples of my work to some of my fellow delphians here on CompuServe to help them
  12. along with their own projects.  While I cannot give out the larger components I have
  13. gotten the okay to release a few of the smaller, but no less useful, ones.
  14.  
  15. ** NeoComboBox
  16. This is a variation on the TComboBox class, it remaps the CBN_SELECTCHANGE message and
  17. causes it to generate an OnListPick event if its defined.  I needed the OnListPick
  18. because I really did not want to be notified when the user was just typing in the
  19. ComboBox's edit field.  Source code has been included.
  20.  
  21. ** BevelNCaption
  22. This components combines the caption of TGroupBox and low overhead of TBevel.  I have
  23. not included the source code because it is based heavily on TGroupBox and TBevel.  If
  24. you own VCL source code you can send me E-mail and I will send you the source.
  25.  
  26. ** GlassButton
  27. This is the mythical transparent button.  I have sent this to some of you via E-MAIL and
  28. since I solved the SetPosition problem I figured that I would release it to the rest of
  29. the delphians out there.  Source code has been included.
  30.  
  31. Eddie Churchill
  32. 9050 Markville, #632
  33. Dallas Texas 75243
  34. CIS: 75300,361
  35.  
  36. p.s. If you have improvements or suggestion feel free to drop me an E-mail message.
  37.